From 75ce18d676774cf447ba276317e7b5b4be58a7ca Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 10 Dec 2015 07:26:17 -0800 Subject: [PATCH] Bump to 0.8.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Makefile.in | 2 +- src/etc/cargo.1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aacd8e5fa..37ec9a168 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cargo" -version = "0.7.0" +version = "0.8.0" dependencies = [ "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4de71843f..57fb0fcd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [project] name = "cargo" -version = "0.7.0" +version = "0.8.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] diff --git a/Makefile.in b/Makefile.in index 8661589a3..01d7049c0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -CFG_RELEASE_NUM=0.7.0 +CFG_RELEASE_NUM=0.8.0 CFG_RELEASE_LABEL= include config.mk diff --git a/src/etc/cargo.1 b/src/etc/cargo.1 index e2d1bce94..94ff90af0 100644 --- a/src/etc/cargo.1 +++ b/src/etc/cargo.1 @@ -1,4 +1,4 @@ -.TH CARGO "1" "November 2015" "cargo 0.7.0" "User Commands" +.TH CARGO "1" "November 2015" "cargo 0.8.0" "User Commands" .SH NAME cargo \- The Rust package manager .SH SYNOPSIS -- 2.30.2